home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.2 Development Libraries
/
SGI IRIX 6.2 Development Libraries.iso
/
dist
/
gl_dev.idb
/
usr
/
include
/
gl
/
vect.h.z
/
vect.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-03-15
|
258 b
|
17 lines
#ifndef __GL_VECT_H__
#define __GL_VECT_H__
#include <math.h>
typedef struct vect {
float x, y, z, w;
} vect;
float vlength();
float vdot();
vect *vnew();
vect *vclone();
#define VECTDEF /* for backwards compatibility */
#endif /* !__GL_VECT_H__ */